home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / pc_files / venddemo / finance / heatloss / heatloss.txt < prev   
Text File  |  1992-09-03  |  8KB  |  187 lines

  1.  
  2.                         ******* HEATLOSS  1.0 *******
  3.  
  4.          
  5. INTRODUCTION
  6.  
  7. HEATLOSS.EXE calculates the cost-benefit of seven home heating energy 
  8. conservation measures. The input is a series of 17 survey questions and the
  9. output is an ascii file named PRINTOUT.TXT. 
  10.  
  11. When the program is run (by typing HEATLOSS) a screen is presented with 
  12. six questions. The default answers are displayed. The answer to any question 
  13. can be changed by typing the question number and the new answer separated
  14. by a space, and then hitting <Enter>. The screen will be redisplayed with
  15. the updated answers. When all the answers are correct, type C <enter> to
  16. go to the next screen. There are three screens of questions. When the third
  17. screen is completed the calculations are made and the output file is written.
  18.  
  19.  
  20. INPUTS
  21.  
  22. 1.      Daytime temperature is the daytime setting of the thermostat 
  23.         in degrees Fahrenheit. Centigrade can be converted to Fahrenheit
  24.         by multiplying by 1.8 and adding 32. This input is used to adjust
  25.         the actual heating degree-days. The ideal value is 65 degrees.
  26.  
  27. 2.      Nighttime temperature is the sleeptime setting of the thermostat.
  28.         This is used to calculate a reduction of the total usage if the
  29.         night thermostat setting is lower than the day setting. The ideal
  30.         value is 55 degrees.
  31.  
  32. 3.      Attic insulation is entered in equivalent inches of fiberglass. 
  33.         This assumes the fiberglass has an English R value of 3.16 per
  34.         inch. So 6 inches is R19 and 12 inches is R38. The ideal value
  35.         varies with location and is given in PRINTOUT.TXT.
  36.  
  37. 4.      Wall insulation is also entered as equivalent fiberglass inches.
  38.         The ideal value is 3 inches.
  39.  
  40. 5.      Percent of all windows that are well-sealed with at least two
  41.         panes of glass or the equivalent. The ideal value is 99%.
  42.         
  43. 6.      The number of closed, unheated rooms is multiplied by 120 square      
  44.         feet and subtracted from the heated square feet total.
  45.  
  46. 7.      The heating fuel type is used to adjust the cost of energy and
  47.         the efficiency of the furnace.
  48.  
  49. 8.      The furnace type is used in the efficiency estimation.
  50.  
  51. 9.      The furnace age is also used in the efficiency estimation.
  52.  
  53. 10.     If there has been no recent tune-up then the furnace efficiency 
  54.         is reduced by 10%.
  55.  
  56. 11.     The drafts answer is used to adjust the infiltration rate. 
  57.         Infiltration is a primary source of loss in many structures
  58.         and sealing and weatherstripping is one of the easiest retrofits 
  59.         to perform. 
  60.  
  61. 12.     Window coverage and is used to estimate the area of single-pane and
  62.         double pane windows. 
  63.  
  64. 13.     Heated square feet is used to calculate areas and volumes of the
  65.         various components of the structure.
  66.  
  67. 14.     The wall material establishes a baseline wall thermal resistance.
  68.  
  69. 15.     Floor insulation, if absent, triggers an evaluation of the floor
  70.         loss based on average ground temperatures. The ideal calculation
  71.         assumes 6 inches of insulation.
  72.  
  73. 16.     The story height is the number of heated stories. This is used
  74.         with other inputs to find various areas and volumes. A half
  75.         story is a heated area with at least some of the walls slanted
  76.         to follow the roof line.
  77.  
  78. 17.     Heating zone determines the degree-days, the solar radiation and
  79.         the average winter ground temperatures. Select the state or portion
  80.         of state that is closest to where you live.
  81.  
  82.  
  83. CALCULATIONS
  84.  
  85. The program calculates the losses due to each of seven factors for the actual
  86. structure and then recalculates using ideal values. The calculations are 
  87. based, in part, on formulas developed at Brookhaven National Laboratories.
  88. These formulas can be found in ENERGY CONSERVATION STANDARDS FOR BUILDING
  89. DESIGN, CONSTRUCTION, AND OPERATION by Fred S. Dubin, McGraw-Hill, 1978.
  90.  
  91. Other information came from the free DOE information fact sheet
  92. (D.O.E./CE-0180) which can be obtained by writing to:
  93.  
  94.         U. S. Department of Energy
  95.         Technical Information Center
  96.         P. O. Box 62
  97.         Oak Ridge, TN 37830
  98.  
  99. This pamphlet also contains numerous other addresses to write to for more
  100. information.              
  101.  
  102.  
  103. OUTPUT
  104.  
  105. The top section of PRINTOUT.TXT is an echo of your survey inputs.
  106.  
  107. Next, a table is given of the ideal and actual losses in kilojoules per
  108. season in several areas. These will not add since the effects of setback 
  109. gain and furnace efficiency are included in the total. If you need to do 
  110. some calculations a Therm (for gas) is 1.055E5 Kj, and a Kwh is 3600 Kj.
  111.  
  112. A recommendation for retrofit or action is then given for each area that 
  113. returns the original cost within 15 years.  The difference in energy 
  114. use is divided by the total use to provide a percent improvement that 
  115. can be expected. A dollar cost estimate and the energy cost are used 
  116. to predict a simple payback period (no interest).
  117.  
  118.  
  119. ADDITIONAL RECOMMENDATIONS
  120.  
  121. Further improvements can be realized by several other retrofits:
  122.  
  123. Seal all fireplaces. Operating fireplaces can be sealed by making a custom
  124. fit wood panel that goes over the front.
  125.  
  126. Stuff fiberglass into the space between the bottom of the first floor and
  127. the top of the foundation around the edges of the basement.
  128.  
  129. Add a water heater insulating "blanket". This will save about $20 per year.
  130.  
  131. Insulate and seal any ductwork in unheated areas.
  132.  
  133. Add a automatic stack damper for heavy convection furnaces (with gas pilots)
  134. that tend to stay warm after the burner is off.
  135.  
  136. Close and seal an unused room.
  137.  
  138.  
  139.  
  140. Go to the public library and borrow some books on do-it-yourself insulation 
  141. retrofits to find out more. Many articles can also be found on the subject.
  142. Write to the above USDOE address for free information. Call your local 
  143. utility for their literature on the subject.
  144.  
  145.  
  146. AIR CONDITIONING
  147.  
  148. If there is central air conditioning then most of the heating energy 
  149. conservation improvements will give an additional cost-benefit in the 
  150. summer. Proper attic ventilation above the insulation layer is important 
  151. in winter to prevent moisture build-up which will damage the structure 
  152. and the insulation. In the summer the attic ventilation should be 
  153. increased by opening windows, if possible, to prevent excessive temperatures.
  154.  
  155.  
  156. FURNACE REPLACEMENT
  157.  
  158. If an older gas pilot convection furnace is replaced with a forced-air
  159. unit there will be a reduction in the energy usage due to the increased
  160. efficiency and the electronic ignition. This may be a good option at the
  161. next major repair of the existing furnace.
  162.  
  163. A more efficient furnace will heat the basement less, and adding floor
  164. insulation in conjunction with the furnace change will enhance the benefits.
  165.  
  166. Forced-air furnaces are noisier than convection units, and some duct systems
  167. may amplify this noise unacceptably. A possible remedy is to wrap the ducts
  168. with insulation to control the sound. This will also improve efficiency.
  169.  
  170.  
  171. USE OF THE HEATLOSS PROGRAM
  172.  
  173. The heatloss program is free for personal uses if downloaded from a bbs. 
  174. A written agreement is required if used for profit, for commercial use, 
  175. or with non-bbs distribution. If you find this program useful please send 
  176. any comments, suggestions for improvement, and questions to:
  177.  
  178. William Snyder 
  179. 3 Rundel Park
  180. Rochester, NY 14607
  181.  
  182. wcs2227@borg.cis.rit.edu
  183.  
  184.  
  185.  
  186.  
  187.